google.golang.org/grpc.addrConn.localityLabel (field)
8 uses
google.golang.org/grpc (current package)
clientconn.go#L1273: localityLabel string
clientconn.go#L1296: disconnectionsMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel, disconnectError)
clientconn.go#L1297: openConnectionsMetric.Record(ac.cc.metricsRecorderList, -1, ac.cc.target, ac.backendServiceLabel, ac.securityLevelLocked(), ac.localityLabel)
clientconn.go#L1358: connectionAttemptsFailedMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel)
clientconn.go#L1405: connectionAttemptsSucceededMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel)
clientconn.go#L1406: openConnectionsMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.securityLevelLocked(), ac.localityLabel)
clientconn.go#L1417: ac.localityLabel = ""
clientconn.go#L1422: ac.localityLabel = labels["grpc.lb.locality"]